home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / mach / hurd / err_hurd.sub < prev    next >
Encoding:
Text File  |  1994-07-18  |  326 b   |  12 lines

  1. /* This file defines the Mach error system for Hurd server errors.  */
  2.  
  3. #include <stdio.h>
  4. #include <errno.h>
  5.  
  6. /* Omit `const' because we are included with `static'
  7.    defined to `static const'.  */
  8. static struct error_subsystem err_hurd_sub[] =
  9.   {
  10.     { "(os/hurd)", _HURD_ERRNOS, (const char *const *) _sys_errlist },
  11.   };
  12.